home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 1.3 KB | 58 lines |
- [SUBJECT]
- Description=Displays a scrolling text banner on the status bar - 2nd variant
- ImageIndex=-1
- Folder=Text Effects
-
-
- [HEAD_TEXT]
- ;<script language="JavaScript">
- ;<!-- begin script
- ;var msgBan5, msgBan5b, string5 = "", stringPart5, delayBan5, ban5;
- ;msgBan5="`message`";
- ;function banniere5() {
- ; delayBan5 = `delay`;
- ; if (string5.length == 0) {
- ; string5 = " ";
- ; msgBan5b = msgBan5;
- ; stringPart5 = "";
- ; }
- ; else if (string5.length == 1) {
- ; while (msgBan5b.substring(0, 1) == " ") {
- ; stringPart5 = stringPart5 + string5;
- ; string5 = msgBan5b.substring(0, 1);
- ; msgBan5b = msgBan5b.substring(1, msgBan5b.length);
- ; }
- ; stringPart5 = stringPart5 + string5;
- ; string5 = msgBan5b.substring(0, 1);
- ; msgBan5b = msgBan5b.substring(1, msgBan5b.length);
- ; for (var i = 0; i < 120; i++)
- ; string5 = " " + string5;
- ; }
- ; else string5 = string5.substring(10, string5.length);
- ;
- ; window.status = stringPart5 + string5;
- ; ban5 = window.setTimeout('banniere5(delayBan5)',delayBan5);
- ;}
- ;// end script -->
- ;</script>
- ;
-
-
- [BODY_TAG]
- ;onLoad="banniere5();" onUnload="clearTimeout(ban5)"
-
-
- [BODY_TEXT]
-
-
- [`message`]
- Kind=S
- Value=This text is the preview of your result.
-
-
- [`delay`]
- Kind=N
- Value=10
-
-
-